home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / finanzen / ds0581 / install.bat < prev    next >
DOS Batch File  |  1993-05-21  |  420b  |  22 lines

  1. echo off
  2. if /==%1/ goto end
  3. copy BANK.bat %1\
  4. copy hbBANK.bat %1\
  5. if not exist %1\ctobank\*.* md %1\ctobank
  6. cd %1\ctobank
  7. copy lesen.com %1\ctobank
  8. copy archive.exe %1\ctobank
  9. %1
  10. cd\ctobank
  11. archive
  12. del archive.exe
  13. cd\
  14. cls
  15. echo Das Programm CTOBANK ist installiert. Starten Sie es mit: BANK
  16. echo Handbuch lesen mit Befehl: HBBANK
  17. goto end2
  18. :end
  19. echo      Laufwerksangabe fehlt (Install C:/D:)
  20. :end2
  21.  
  22.